Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Picking With Window Rectangles


Q3WindowRectPick_SetData

You can use the Q3WindowRectPick_SetData function to set the data associated with a window-rectangle pick object.

TQ3Status Q3WindowRectPick_SetData (
TQ3PickObject pick, 
const TQ3WindowRectPickData *data);
pick
A window-rectangle pick object.
data
A pointer to a window-rectangle pick data structure.
DESCRIPTION
The Q3WindowRectPick_SetData function sets the data associated with the window-rectangle pick object specified by the pick parameter to the data specified by the data parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996